
/*-----------------[初始化]--------------*/
body{color: #333;font-size: 12px;line-height: 1.5;font-family:'PingFangSC-Regular',"微软雅黑","Microsoft Yahei";
    overflow-x: hidden;
}
ul li{ margin:0px; padding:0px; list-style-type:none;}
form,ul,li,table,td,p,span,h1,h2,h3,h4,h5,img,dl,dt,dd{ margin:0px; padding:0px;}
img{ border:none;}
a{ color:#666; text-decoration:none;}
a:hover,a:active{ text-decoration:none;}
/*
a{color: #333;}
a:hover{color: #36a43b;}*/
img{max-width: 100%;border:0px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}


input,textarea,select{font-size: 12px;color: #444;
    font-family:"微软雅黑","Microsoft Yahei";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #929292;}
::-moz-placeholder {color: #929292; }
::-ms-input-placeholder {color: #929292;}

/**/
*{  outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face{
    font-family: 'gabo'; 
    src: url('../fonts/gabo_drive.otf');
}
@font-face{
    font-family: 'Light'; 
    src: url('../fonts/MY-subfont.ttf');
}
.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

/*布局*/
.wp{width: 100%;max-width: 1200px;margin: 0 auto;}
.wp3{width: 80%;max-width: 1265px;margin: 0 auto;}
.wp4{width: 80%;max-width: 1275px;margin: 0 auto;}
.wp5{width: 80%;max-width: 1314px;margin: 0 auto;}
.wp6{width: 80%;max-width: 1500px;margin: 0 auto;}
.warp{width: 87%;max-width: 1600px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/


/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;
    width: 40px;height: 40px;cursor: pointer;margin-top: 20px;
    background: url(../images/i-span.png) no-repeat center center;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{background-image: url(../images/i-close1.png);}

/*******************************
  -------[=banner]-------
*******************************/


/*******************************
  -------[=底部]-------
********************************/


/*******************************
    -------[=正文]-------
********************************/
/*.body_home{background:#000;height:100%;overflow:hidden;position: relative;}
.index-home body{height: 100%;overflow: hidden;}
.index-home .wow{opacity: 0;}
.index-home{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;}
.body_b{position:fixed;left:66px;top:100%;bottom:0;right:0;
    background:#fff;overflow:hidden;
    transition:top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;z-index:3;
    overflow:auto;overflow-x: hidden;outline:none;
}
.body_b *{outline:none;}
.body_b.showdiv{top:0;}
.body_b .mCSB_scrollTools{z-index:4;width:5px;}
.body_b .mCSB_scrollTools .mCSB_draggerRail{width:5px;}
.body_b .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#94070a;width:5px;}
.body_b .mCSB_scrollTools .mCSB_draggerRail{background:rgba(0,0,0,0.1);}
*/
.mo-so{display: none;margin: 15px 10px 0;position: relative;}
.mo-so .inp{width: 100%;display: block;height: 30px;border: 1px solid #ccc;border-radius: 5px;
    background-color: #fff;padding: 0 40px 0 10px;font-size: 14px;color: #000;
}
.mo-so .btn{position: absolute;right: 0;top: 0;height: 30px;width: 30px;
    border: 0;
    background: url(../images/i-so3.png) no-repeat center center;
    -o-background-size: 20px auto;
    -ms-background-size: 20px auto;
    -moz-background-size: 20px auto;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
}

